home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15471 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1021 b 

  1. Path: uwm.edu!msunews!news
  2. From: Jianguo Liu <jliu@perm.fw.msu.edu>
  3. Newsgroups: comp.lang.c++,comp.lang.c
  4. Subject: HELP: no mapping at the fault address
  5. Date: 5 Apr 1996 19:02:00 GMT
  6. Organization: Michigan State University
  7. Message-ID: <4k3qn8$1gk6@msunews.cl.msu.edu>
  8. References: <opybocswab.fsf@sweetbay.will.uiuc.edu>
  9. NNTP-Posting-Host: liulab2.fw.msu.edu
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.22 (Windows; I; 16bit)
  14.  
  15. Hello, everyone:
  16.  
  17. I had an error when running a program in SPARCcompiler C++ 
  18. 4.0.1 (Solaris 2.4). The error was deteced using dbx. The 
  19. message was
  20.  
  21. **********************************
  22.  
  23. signal SEGV (no mapping at the fault address) in t-splay at 
  24. 0xef6bc470. 
  25.  
  26. The current line is 
  27.  
  28. new_ptr=(strucut tree *) malloc(sizeof(struct tree));
  29.  
  30. ***********************************
  31.  
  32. I would appreciate it if any one would provide me with help 
  33. or hints. Thanks in advance. My email address is 
  34. jliu@perm.fw.msu.edu. 
  35.  
  36. Jianguo Liu
  37.  
  38.  
  39.